From fcec6e914330931dc22e46b5b26c45eef998e213 Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Wed, 9 Nov 2005 16:40:07 +0100 Subject: [PATCH] Added missing __init__.py. Signed-off-by: Ewan Mellor --- tools/python/xen/xm/tests/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/python/xen/xm/tests/__init__.py diff --git a/tools/python/xen/xm/tests/__init__.py b/tools/python/xen/xm/tests/__init__.py new file mode 100644 index 0000000000..139597f9cb --- /dev/null +++ b/tools/python/xen/xm/tests/__init__.py @@ -0,0 +1,2 @@ + + -- 2.30.2